home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3macsli.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MACROSLIDER_H = 1;
- include("oops/r3slider.js")
-
-
- var R3CLID_MACROSLIDER = 1476;
-
-
-
-
- // Virtual method
-
- R3MSM_ = 1476000;
-
- function mR3MSM_() {
- DoA(this.r3obj, 1476000, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3MSA_MacroString = 1476500;
- function SetR3MSA_MacroString(value) {
- R3Set(this.r3obj, R3MSA_MacroString, value, R3TID_STRING, 0);
- }
-
- function GetR3MSA_MacroString() {
- return R3Get(this.r3obj, R3MSA_MacroString, R3TID_STRING, 0);
- }
-
- R3MSA_InterpreterClid = 1476501;
- function SetR3MSA_InterpreterClid(value) {
- R3Set(this.r3obj, R3MSA_InterpreterClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3MSA_InterpreterClid() {
- return R3Get(this.r3obj, R3MSA_InterpreterClid, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Macroslider () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MACROSLIDER, arguments);
- }
- // Methods
- this.=mR3MSM_;
-
- // Attributes
- this.GetMacroString=GetR3MSA_MacroString;
- this.SetMacroString=SetR3MSA_MacroString;
- this.GetInterpreterClid=GetR3MSA_InterpreterClid;
- this.SetInterpreterClid=SetR3MSA_InterpreterClid;
- }
-
- r3Macroslider.prototype=new r3Slider;
- // r3macsli.h_H